home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / C de cerca / Codewarrior Lite / MacOS Support / Headers / ANSI Headers / exception.h < prev    next >
Text File  |  1995-06-12  |  406b  |  11 lines

  1. /************************************************************************/
  2. /*    Project...:    Standard C++ Library                                    */
  3. /*    Name......:    exception                                                */
  4. /*    Purpose...:    exception handling                                        */
  5. /*  Copyright.: ©Copyright 1995 by metrowerks inc. All rights reserved. */
  6. /************************************************************************/
  7.  
  8. #ifndef _EXCEPTION_
  9. #include <exception>
  10. #endif
  11.